-- card: 3699 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2690 -- name: -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=14 top=86 right=313 bottom=494 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 2 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=141 top=57 right=75 bottom=361 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 8448 -- line height: 16 -- part name: -- part contents for card part 2 ----- text ----- File Management Commands (cont.) -- part contents for card part 1 ----- text ----- • FileModDate("PathName",needCreation). If needCreation is TRUE, this returns the file's creation date, otherwise the modification date. This is returned in ticks format so that the convert function can be used with it. An empty string is returned on error. This function is also useful as a “File exists” utility. • DeleteFile("PathName"). This deletes a file. Values returned have the same meaning as in the RenameFile XFCN. Take care — this isn’t an undo-able copy to the Trash! Note that full pathnames are needed where specified. These XFCNs pay no attention to the “Look for documents in:” card in the Home stack. Any pathname that doesn’t have at least one colon in it is treated as an error.